type encoding/asn1.bitStringEncoder

4 uses

	encoding/asn1 (current package)
		marshal.go#L275: type bitStringEncoder BitString
		marshal.go#L277: func (b bitStringEncoder) Len() int {
		marshal.go#L281: func (b bitStringEncoder) Encode(dst []byte) {
		marshal.go#L472: 		return bitStringEncoder(value.Interface().(BitString)), nil